Returns the name of the indexth field attached to the record connected to RecordHandle.
GetFldName(RecordHandle : HANDLE, Index : INTEGER) : STRING;
Returns a handle to the indexth record attached to the object connected to ObjectHandle. If ObjectHandle = nil, returns the indexth record in the drawing.
GetRecord(ObjectHandle : HANDLE; Index : INTEGER) : HANDLE;
Returns the number of fields in the record connected to RecordHandle.
NumFields(RecordHandle : HANDLE) : INTEGER;
Returns the number of records attached to the object connected to ObjectHandle. If ObjectHandle = nil, returns the number of records in the active drawing.
NumRecords(ObjectHandle : HANDLE) : INTEGER;
Given a search criteria, EvalStr will return the string result of that criteria.